body
{
    background-color: white;
	font-family:Arial;
	padding:0px;
	margin:0px;
	width:100%;
}
header
{
	margin:0px;
	height:auto;
	width:100%;
	position: fixed;
	top:0;
	background-color: cadetblue;
	z-index: 200;
    	border-bottom-color: grey;
    	border-bottom-width: 0.5px;
    	border-bottom-style: solid;
}
h1
{
    font-size: inherit;       
    font-weight: inherit;   
    margin: 0;            
    padding: 0;            
    color: inherit;        
    display: inherit;       
}
h2
{
    font-size: inherit;       
    font-weight: inherit;   
    margin: 0;            
    padding: 0;            
    color: inherit;        
    display: inherit;       
}
#trained_on
{
    margin-bottom: .6rem;      
}
#logoImage
{
	height: 116px;
	
	float:left;
	margin-left: 30px;
	margin-top: 5px;	
}
#nav_container
{
	font-size: 20px;
	list-style-type: none;
	background-color: cadetblue;
	margin-top:0px;
	margin-bottom: 0px;
	text-align: right;
	padding-right: 30px;
	padding-top:10px;
	padding-bottom: 15px;    
}
#headerList
{
    display: inline;
	padding: 10px 15px;	
}

header a
{
    position:relative;
    text-decoration:none;
    color: white;
	padding:0px;
}
header a:hover
{
	color:black;
}
header a:before
{
	content: "";
  	position: absolute;
  	width: 100%;
  	height: 2px;
  	bottom: 0;
  	left: 0;
	
  	background-color: black;
  	visibility: hidden;
  	-webkit-transform: scaleX(0);
 	transform: scaleX(0);
  	-webkit-transition: all 0.3s ease-in-out 0s;
  	transition: all 0.3s ease-in-out 0s;
}
header a:hover:before
{
	visibility: visible;
  	-webkit-transform: scaleX(1);
  	transform: scaleX(1);
}
#title1
{
    color:black;
    font-size: 27px;
    font-weight: 900;
    font-stretch: 100%;
    letter-spacing: -2.7px;
    font-size: 40px;
    width:50%;
    margin-top:188px;
    margin-left:auto;
    margin-right: auto;
    text-align: center;
}
.textOne
{
    
    font-size: 22px;
    font-weight: 550;
    font-stretch: 100%;
    letter-spacing:-1px;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
    
     
}
#selectedLang{
    color:black;
}
#nonselectedLang{
    color:lightgray;
}
#switchContainer
{
    width: 100%;
    height: auto;
    text-align: right;
   
    padding-top: 10px;
   
    
    
}
#phonefull
{
    width: 100%;
    text-align: right;
    
}
#phoneContainer
{
   display: inline-block;
    width:15%;
    text-align: right;
    margin-top: 5px;
    
}
#imagePhone
{
    width: 10%;
    float:left;
}
#num
{
    color: white;
    font-size: 1.7vw;
    font-weight: 550;
    font-stretch: 100%;
    letter-spacing:-1px;
    text-align: center;
   
    float:right;
    width: 90%;
}
.switch
{
     
    position:relative;
    display: inline-block;
    width: 50px;
    height:24px;
}
.switch input{
    opacity:0;
    width:0;
    height:0;
}

.slider{
    position: absolute;
    cursor:pointer;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: black;
    -webkit-transition:.4s;
    transition:.4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition:.4s;
    transition: .4s;
}

input:checked + .slider {
    background: black;
}

input:focus +.slider {
    box-shadow: 0 0 1px black;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round{
    border-radius: 34px;
}
.slider.round:before{
    border-radius: 50%;
}


#title1
{
    color:black;
    font-size: 27px;
    font-weight: 900;
    font-stretch: 100%;
    letter-spacing: -2.7px;
    font-size: 40px;
    width:50%;
    margin-top:188px;
    margin-left:auto;
    margin-right: auto;
    text-align: center;
}
#para1
{
    width:80%;
    margin-right:auto;
    margin-left:auto;
    font-size:30px;
    text-align: center;
}
#aboutContainer
{
    background-color:white ;
    margin-left: auto;
    margin-right: auto;
    width:95%;
    height:auto;
    display: block;
    overflow: auto;
    margin-top:130px;
    
    
}
#picTitleContainer
{
    
    width:30%;
    text-align: center;
    float: left;
   
   
    
    
}
#profilePic
{
    width: 250px;
    margin-top: 30px;
    
}
#titlOfPic
{
    color:black;
    margin-top: 8px;
    font-size: 25px;
    font-weight: 550;
    font-stretch: 100%;
    letter-spacing: 0px;
    margin-bottom: 0px;

    
}
#titlOfPic2
{
    color:black;
    margin-top: 0px;
    font-size: 16px;
    font-weight: 500;
    font-stretch: 100%;
    letter-spacing: 0px;
    margin-bottom: 0px;

    
}
#titleparaAbout
{
 margin-top: 30px;
    margin-left: 30px;
}
#aboutInfo
{
    width: 70%;
   
    
    float: right;
    
    
}
#paraAbout
{
    margin-top: .6rem;
    margin-left: 30px;
    margin-bottom:30px;
    margin-right: 30px;
    
    color:black;
    font-size: 22px;
    font-weight: 500;
    font-stretch: 100%;
    letter-spacing: 0px;
}
#paragraph_training
{
    margin-top: 5px;
    margin-left: 30px;
    margin-bottom:30px;
    margin-right: 30px;
    
    color:black;
    font-size: 1.5rem;
    font-weight: 500;
    font-stretch: 100%;
    letter-spacing: 0px;
}
#extraAboutContainer
{
    width:85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 40px;
   text-align: center;
   
    
}
#licenseContainer
{
    float:left;
    
}
#certificationContainer
{
   float: right;
}
#membershipContainer
{
    float: right;
}
.extraBlock
{
    width:33.3%;
   
    text-align: center;
    margin-bottom: 50px;
    
}
.topImage
{
    width:140px;
}

.textTwo
{
    margin-bottom: 15px;
}
#blockList
{
    text-align: left;
    color:black;
    font-size: 18px;
    font-weight: 500;
    font-stretch: 100%;
    letter-spacing: 0px;
}
#endbar
{
    width: 200px;
    height: 50px;
}
#nccPic
{
    width:35px;
    display: block;
    float: left;
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
}
#nccTitle
{
    float:left;
    margin-top: 0px;
    margin-right: 5px;
    text-decoration: underline;
    color:blue;
   
}
#nccContianer
{
    display: inline-block;
    background-color: white;
    margin-top: 0px;
}
#temp
{
    background-color: white;
   
}
#nccLink
{
    background-color: white;
    padding: none;
   

    
}
@media only screen and (max-width:900px)
{
	#aboutContainer
	{
    		background-color:white ;
    		margin-left: auto;
    		margin-right: auto;
    		width:85%;
    		height:auto;
		    display: block;
    		overflow: auto;
    		margin-top:110px;
    
    
	}
	#picTitleContainer
	{
    		width:100%;
    		text-align: center;
    		
	}
	#profilePic
	{
   		width: 250px;
    		margin-top: 30px;
		margin-left:auto;
		margin-right:auto;
    
	}
	#titlOfPic
	{
    		color:black;
    		margin-top: 8px;
    		font-size: 25px;
    		font-weight: 550;
    		font-stretch: 100%;
    		letter-spacing: 0px;
    		margin-bottom: 0px;
		margin-left:auto;
		margin-right:auto;
	}
	#aboutInfo
	{
    		width: 100%;
		margin-left: auto;
    		margin-right: auto;
	}
	#paraAbout
	{
    		margin-top: 5px;
    		margin-left: auto;
    		margin-bottom:30px;
    		margin-right: auto;
    
    		color:black;
    		font-size: 1.5rem;
    		font-weight: 500;
    		font-stretch: 100%;
    		letter-spacing: 0px;
	}
    #paragraph_training
    {
        margin-top: 5px;
    	margin-left: auto;
    	margin-bottom:30px;
    	margin-right: auto;
    	color:black;
    	font-size: 1.5rem;
    	font-weight: 500;
    	font-stretch: 100%;
    	letter-spacing: 0px;
    }
	#titleparaAbout
	{
 		margin-top: 30px;
    		margin-left: auto;
		margin-right: auto;
	}
	
}
